home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1071 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-04-12  |  140 b   |  7 lines

  1. on(release){
  2.    _root.savegame();
  3.    var mybtnsound = new Sound();
  4.    mybtnsound.attachSound("btnclickmp3");
  5.    mybtnsound.start();
  6. }
  7.